CSharpTest.Net
ArgumentList Constructor(StringComparer,String[])
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Utils Namespace > ArgumentList Class > ArgumentList Constructor : ArgumentList Constructor(StringComparer,String[])

comparer
arguments

Glossary Item Box

Initializes a new instance of the ArgumentList class using the argument list provided and using the string comparer provided, by default this is case-insensitive

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal comparer As StringComparer, _
   ByVal ParamArray arguments() As String _
)
C# 
public ArgumentList( 
   StringComparer comparer,
   params string[] arguments
)

Parameters

comparer
arguments

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys